home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
gnustuff
/
tos
/
gawk
/
gawk213s.zoo
/
gawk-src-2.13
/
atari
/
mkscrpt.sed
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-05-23
|
404 b
|
16 lines
# there is no automatic editing of Makefile for Atari right now
# but lines starting with "MAKE_" string are processed for consistency
# with other configuration files and in a case they would be needed
# in a future
:start
/^MAKE_/d
/^[^#]/s/.*/s~__SYSTEM__~&~/p
t cont
n
b start
:cont
n
/^MAKE_/d
/^[^#]/s:^\([^ ]*\)[ ].*:s~^/\\* #define[ ]*\1.*~#define &~:p
b cont